<!-- ##### SECTION Long_Description ##### -->
<para>
+#GtkFileSelection has been superseded by the newer #GtkFileChooser family
+of widgets.
+</para>
+<para>
#GtkFileSelection should be used to retrieve file or directory names from
the user. It will create a new dialog window containing a directory list,
and a file list corresponding to the current working directory. The filesystem
<!-- ##### STRUCT GtkFileSelection ##### -->
<para>
The #GtkFileSelection struct contains the following #GtkWidget fields:
-
-<informaltable pgwide="1" frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>*fileop_dialog;</entry>
-<entry>the dialog box used to display the #GtkFileSelection. It can be customized by adding/removing widgets from it using the standard #GtkDialog functions.</entry>
-</row>
-
-<row>
-<entry>*ok_button, *cancel_button;</entry>
-<entry>the two main buttons that signals should be connected to in order to perform an action when the user hits either OK or Cancel.</entry>
-</row>
-
-<row>
-<entry>*history_pulldown;</entry>
-<entry>the #GtkOptionMenu used to create the drop-down directory history.</entry>
-</row>
-
-<row>
-<entry>*fileop_c_dir, *fileop_del_file, *fileop_ren_file;</entry>
-<entry>the buttons that appear at the top of the file selection dialog. These "operation buttons" can be hidden and redisplayed with gtk_file_selection_hide_fileop_buttons() and gtk_file_selection_show_fileop_buttons() respectively.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
-
</para>
+@fileop_dialog: the dialog box used to display the #GtkFileSelection.
+ It can be customized by adding/removing widgets from it using the
+ standard #GtkDialog functions.
+@ok_button:
+@cancel_button: the two main buttons that signals should be connected
+ to in order to perform an action when the user hits either OK or
+ Cancel.
+@history_pulldown: the #GtkOptionMenu used to create the drop-down
+ directory history.
+@fileop_c_dir:
+@fileop_del_file:
+@fileop_ren_file: the buttons that appear at the top of the file
+ selection dialog. These "operation buttons" can be hidden and
+ redisplayed with gtk_file_selection_hide_fileop_buttons() and
+ gtk_file_selection_show_fileop_buttons() respectively.
+
@dir_list:
@file_list:
@selection_entry:
@selection_text:
@main_vbox:
-@ok_button:
-@cancel_button:
@help_button:
-@history_pulldown:
@history_menu:
@history_list:
-@fileop_dialog:
@fileop_entry:
@fileop_file:
@cmpl_state:
-@fileop_c_dir:
-@fileop_del_file:
-@fileop_ren_file:
@button_area:
@action_area:
@title: a message that will be placed in the file requestor's titlebar.
@Returns: the new file selection.
+@Deprecated: Use gtk_file_chooser_dialog_new() instead
<!-- ##### FUNCTION gtk_file_selection_set_filename ##### -->
#if IN_HEADER(__GTK_FILESEL_H__)
#if IN_FILE(__GTK_FILESEL_C__)
+#ifndef GTK_DISABLE_DEPRECATED
gtk_file_selection_complete
gtk_file_selection_get_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_selection_show_fileop_buttons
#endif
#endif
+#endif
#if IN_HEADER(__GTK_FIXED_H__)
#if IN_FILE(__GTK_FIXED_C__)
gtk_rc_style_copy
gtk_rc_style_get_type G_GNUC_CONST
gtk_rc_style_new
+#ifndef GTK_DISABLE_DEPRECATED
gtk_rc_style_ref
gtk_rc_style_unref
#endif
#endif
+#endif
#if IN_HEADER(__GTK_RECENT_CHOOSER_H__)
#if IN_FILE(__GTK_RECENT_CHOOSER_C__)
GType gtk_rc_style_get_type (void) G_GNUC_CONST;
GtkRcStyle* gtk_rc_style_new (void);
GtkRcStyle* gtk_rc_style_copy (GtkRcStyle *orig);
+
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_rc_style_ref (GtkRcStyle *rc_style);
void gtk_rc_style_unref (GtkRcStyle *rc_style);
+#endif
gchar* gtk_rc_find_module_in_path (const gchar *module_file);
gchar* gtk_rc_get_theme_dir (void);